0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (2)
  • R2,500 - R5,000 (3)
  • R5,000 - R10,000 (1)
  • -
Status
Brand

Showing 1 - 6 of 6 matches in All Departments

Exploratory Data Analysis Using R (Paperback): Ronald K. Pearson Exploratory Data Analysis Using R (Paperback)
Ronald K. Pearson
R1,489 Discovery Miles 14 890 Ships in 12 - 17 working days

Exploratory Data Analysis Using R provides a classroom-tested introduction to exploratory data analysis (EDA) and introduces the range of "interesting" - good, bad, and ugly - features that can be found in data, and why it is important to find them. It also introduces the mechanics of using R to explore and explain data. The book begins with a detailed overview of data, exploratory analysis, and R, as well as graphics in R. It then explores working with external data, linear regression models, and crafting data stories. The second part of the book focuses on developing R programs, including good programming practices and examples, working with text data, and general predictive models. The book ends with a chapter on "keeping it all together" that includes managing the R installation, managing files, documenting, and an introduction to reproducible computing. The book is designed for both advanced undergraduate, entry-level graduate students, and working professionals with little to no prior exposure to data analysis, modeling, statistics, or programming. it keeps the treatment relatively non-mathematical, even though data analysis is an inherently mathematical subject. Exercises are included at the end of most chapters, and an instructor's solution manual is available. About the Author: Ronald K. Pearson holds the position of Senior Data Scientist with GeoVera, a property insurance company in Fairfield, California, and he has previously held similar positions in a variety of application areas, including software development, drug safety data analysis, and the analysis of industrial process data. He holds a PhD in Electrical Engineering and Computer Science from the Massachusetts Institute of Technology and has published conference and journal papers on topics ranging from nonlinear dynamic model structure selection to the problems of disguised missing data in predictive modeling. Dr. Pearson has authored or co-authored books including Exploring Data in Engineering, the Sciences, and Medicine (Oxford University Press, 2011) and Nonlinear Digital Filtering with Python. He is also the developer of the DataCamp course on base R graphics and is an author of the datarobot and GoodmanKruskal R packages available from CRAN (the Comprehensive R Archive Network).

Exploratory Data Analysis Using R (Hardcover): Ronald K. Pearson Exploratory Data Analysis Using R (Hardcover)
Ronald K. Pearson
R4,590 Discovery Miles 45 900 Ships in 12 - 17 working days

Exploratory Data Analysis Using R provides a classroom-tested introduction to exploratory data analysis (EDA) and introduces the range of "interesting" - good, bad, and ugly - features that can be found in data, and why it is important to find them. It also introduces the mechanics of using R to explore and explain data. The book begins with a detailed overview of data, exploratory analysis, and R, as well as graphics in R. It then explores working with external data, linear regression models, and crafting data stories. The second part of the book focuses on developing R programs, including good programming practices and examples, working with text data, and general predictive models. The book ends with a chapter on "keeping it all together" that includes managing the R installation, managing files, documenting, and an introduction to reproducible computing. The book is designed for both advanced undergraduate, entry-level graduate students, and working professionals with little to no prior exposure to data analysis, modeling, statistics, or programming. it keeps the treatment relatively non-mathematical, even though data analysis is an inherently mathematical subject. Exercises are included at the end of most chapters, and an instructor's solution manual is available. About the Author: Ronald K. Pearson holds the position of Senior Data Scientist with GeoVera, a property insurance company in Fairfield, California, and he has previously held similar positions in a variety of application areas, including software development, drug safety data analysis, and the analysis of industrial process data. He holds a PhD in Electrical Engineering and Computer Science from the Massachusetts Institute of Technology and has published conference and journal papers on topics ranging from nonlinear dynamic model structure selection to the problems of disguised missing data in predictive modeling. Dr. Pearson has authored or co-authored books including Exploring Data in Engineering, the Sciences, and Medicine (Oxford University Press, 2011) and Nonlinear Digital Filtering with Python. He is also the developer of the DataCamp course on base R graphics and is an author of the datarobot and GoodmanKruskal R packages available from CRAN (the Comprehensive R Archive Network).

Exploratory Data Analysis Using R (Mixed media product): Ronald K. Pearson Exploratory Data Analysis Using R (Mixed media product)
Ronald K. Pearson
R1,857 Discovery Miles 18 570 Ships in 12 - 17 working days

This textbook introduces exploratory data analysis (EDA) and covers the range of interesting features we can expect to find in data. The book also explores the practical mechanics of using R to do EDA. Based on the author's course at the University of Connecticut, the book assumes no prior exposure to data analysis or programming, and is designed to be as non-mathematical as possible. Exercises are included throughout, and a Solutions Manual will be available. The author will also provide a supplemental R package through the Comprehensive R Archive Network that will include implementations of some of the features in this book, along with data examples, tools, and datasets.

Mining Imperfect Data - With Examples in R and Python (Paperback, 2nd Revised edition): Ronald K. Pearson Mining Imperfect Data - With Examples in R and Python (Paperback, 2nd Revised edition)
Ronald K. Pearson
R2,778 Discovery Miles 27 780 Ships in 12 - 17 working days

It has been estimated that as much as 80% of the total effort in a typical data analysis project is taken up with data preparation, including reconciling and merging data from different sources, identifying and interpreting various data anomalies, and selecting and implementing appropriate treatment strategies for the anomalies that are found. This book focuses on the identification and treatment of data anomalies, including examples that highlight different types of anomalies, their potential consequences if left undetected and untreated, and options for dealing with them. As both data sources and free, open-source data analysis software environments proliferate, more people and organizations are motivated to extract useful insights and information from data of many different kinds (e.g., numerical, categorical, and text). The book emphasizes the range of open-source tools available for identifying and treating data anomalies, mostly in R but also with several examples in Python. Mining Imperfect Data: With Examples in R and Python, Second Edition presents a unified coverage of 10 different types of data anomalies (outliers, missing data, inliers, metadata errors, misalignment errors, thin levels in categorical variables, noninformative variables, duplicated records, coarsening of numerical data, and target leakage); includes an in-depth treatment of time-series outliers and simple nonlinear digital filtering strategies for dealing with them; and provides a detailed introduction to several useful mathematical characteristics of important data characterizations that do not appear to be widely known among practitioners, such as functional equations and key inequalities.

Nonlinear Digital Filtering with Python - An Introduction (Hardcover): Ronald K. Pearson, Moncef Gabbouj Nonlinear Digital Filtering with Python - An Introduction (Hardcover)
Ronald K. Pearson, Moncef Gabbouj
R3,101 Discovery Miles 31 010 Ships in 12 - 17 working days

Nonlinear Digital Filtering with Python: An Introduction discusses important structural filter classes including the median filter and a number of its extensions (e.g., weighted and recursive median filters), and Volterra filters based on polynomial nonlinearities. Adopting both structural and behavioral approaches in characterizing and designing nonlinear digital filters, this book: Begins with an expedient introduction to programming in the free, open-source computing environment of Python Uses results from algebra and the theory of functional equations to construct and characterize behaviorally defined nonlinear filter classes Analyzes the impact of a range of useful interconnection strategies on filter behavior, providing Python implementations of the presented filters and interconnection strategies Proposes practical, bottom-up strategies for designing more complex and capable filters from simpler components in a way that preserves the key properties of these components Illustrates the behavioral consequences of allowing recursive (i.e., feedback) interconnections in nonlinear digital filters while highlighting a challenging but promising research frontier Nonlinear Digital Filtering with Python: An Introduction supplies essential knowledge useful for developing and implementing data cleaning filters for dynamic data analysis and time-series modeling.

Discrete-time Dynamic Models (Hardcover): Ronald K. Pearson Discrete-time Dynamic Models (Hardcover)
Ronald K. Pearson
R8,440 Discovery Miles 84 400 Ships in 10 - 15 working days

Fuelled by advances in computer technology, model-based approaches to the control of industrial processes are now widespread. While there is an enormous literature on modelling, the difficult first step of selecting an appropriate model structure has received almost no attention. This book fills the gap, providing practical insight into model selection for chemical processes and emphasizing structures suitable for control system design.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Efekto Malasol Insecticide Concentrate…
R98 Discovery Miles 980
Bestway Beach Ball (51cm)
 (2)
R26 Discovery Miles 260
Sony PlayStation 5 Pulse 3D Wireless…
R1,999 R1,899 Discovery Miles 18 990
Blinde Mol Of Wyse Uil? - Hoe Om Met…
Susan Coetzer Paperback R313 R86 Discovery Miles 860
Pamper Fine Cuts in Jelly - Lamb and…
R12 R9 Discovery Miles 90
Sony PlayStation 5 Slim Console (Glacier…
R15,299 Discovery Miles 152 990
Alcolin Super Glue 3 X 3G
R60 Discovery Miles 600
Peptine Pro Equine Hydrolysed Collagen…
R699 R589 Discovery Miles 5 890
Budget Compact Mirror [Blue]
R9 Discovery Miles 90
Karcher Paper Bag For A2054 / WD2.200 (5…
 (1)
R230 Discovery Miles 2 300

 

Partners